[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Overload List
Name | Description | |
---|---|---|
Add(KeyValuePair<(Of <TKey, TValue>)>) |
Adds a key-value pair to the collection. This implementation calls the Add method
with the Key and Value from the item.
(Inherited from DictionaryBase<(Of <TKey, TValue>)>.) | |
Add(TKey, TValue) |
Adds a new key and value to the dictionary. If the dictionary already contains
a key equal to the passed key, then an ArgumentException is thrown
(Overrides DictionaryBase<(Of <TKey, TValue>)>..::Add(TKey, TValue).) |